Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / ItemStyle<T> Class / Pressed Property

In This Topic
    Pressed Property (ItemStyle<T>)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the pressed element on the screen.
    Syntax
    'Declaration
     
    
    Public Property Pressed As T
    public T Pressed {get; set;}
    See Also